home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00096_Script_96 < prev    next >
Text File  |  1995-05-21  |  343b  |  20 lines

  1. on mouseDown
  2.   put "OptionsBTN" into x
  3.   put "OptionsBTNHL" into y
  4.   hiliter 26, x, y
  5.   puppetsound "hey.aif"
  6.   updatestage
  7. end 
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   puppetsprite 48, false
  13.   --puppetsound 0
  14.   updatestage
  15.   turnOffDollars
  16.   turnOffDaycons
  17.   set the castNum of sprite 26 = cast "OptionsBtn"
  18.   updatestage
  19.   go frame "Options1"
  20. end